-
Notifications
You must be signed in to change notification settings - Fork 113
Simplify python environment setup #310
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
🎊 PR Preview ec7b056 has been successfully built and deployed to https://xarray-contrib-xarray-tutorial-preview-pr-310.surge.sh 🕐 Build time: 0.009s 🤖 By surge-preview |
ds = xr.open_zarr(store=store, consolidated=True) File ~/GitHub/xarray/xarray-tutorial/.pixi/envs/default/lib/python3.12/site-packages/zarr/storage/_common.py:316, in make_store_path(store_like, path, mode, storage_options)
314 else:
315 msg = f"Unsupported type for store_like: '{type(store_like).__name__}'" # type: ignore[unreachable]
--> 316 raise TypeError(msg)
318 result = await StorePath.open(store, path=path_normalized, mode=mode)
320 if storage_options and not used_storage_options:
TypeError: Unsupported type for store_like: 'FSMap' issue with zarr v2 -> zarr v3 I think.... pydata/xarray#9957 |
Still some broken links, but I'm going to go ahead and merge this in as it greatly simplifies getting things running locally across different platforms. |
Closes #263, #247, #308, #309
conda
subfolder (docs all in CONTRIBUTING.md)